home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Demos_Files / Kohonen_Feature_Maps / A dimensional mismatch.nsm next >
Encoding:
Text File  |  2002-03-08  |  631 b   |  20 lines

  1. subtitleTextBox. setText ("")
  2. mainTextBox. setText ("")
  3.  
  4. editEngine. setText ("16")
  5. editEngine2. setText ("8")
  6. outputAxon. setRows ( 16 )
  7. unsupervisedSynapse. setNeighborhood ( 8 )
  8.  
  9. function. setStreamOn ( FALSE )
  10. noise. setVariance ( 1.500000 )
  11. dataStorage. setBufferLength ( 320 )
  12. dataStorage. setMessageEvery ( 320 )
  13.  
  14. activeBreadboard. select ( NULL , FALSE )
  15.  
  16. NextMacroPath = macro. pathFromMacro ( "SquareKohonen.nsm" )
  17. nextButton. setMacroPath ( NextMacroPath )
  18. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  19. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  20.